object Custom: TCustom Left = 328 Top = 182 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Custom' ClientHeight = 117 ClientWidth = 161 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 25 Top = 12 Width = 31 Height = 13 Alignment = taRightJustify Caption = 'Width:' end object Label2: TLabel Left = 22 Top = 36 Width = 34 Height = 13 Alignment = taRightJustify Caption = 'Height:' end object Label3: TLabel Left = 25 Top = 60 Width = 31 Height = 13 Alignment = taRightJustify Caption = 'Mines:' end object CustomBoxLine: TBevel Left = -4 Top = 82 Width = 169 Height = 2 Shape = bsTopLine end object ok: TButton Left = 83 Top = 90 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelButton: TButton Left = 3 Top = 90 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = CancelButtonClick end object WidthBox: TEdit Left = 67 Top = 8 Width = 57 Height = 21 MaxLength = 3 TabOrder = 2 Text = '8' OnChange = BoxChange end object HeightBox: TEdit Left = 67 Top = 32 Width = 57 Height = 21 MaxLength = 3 TabOrder = 3 Text = '8' OnChange = BoxChange end object BombBox: TEdit Left = 67 Top = 56 Width = 57 Height = 21 MaxLength = 3 TabOrder = 4 Text = '0' OnChange = BoxChange end object WUpDown: TUpDown Left = 124 Top = 8 Width = 12 Height = 21 Associate = WidthBox Min = 8 Max = 48 Position = 8 TabOrder = 5 Wrap = False end object HUpDown: TUpDown Left = 124 Top = 32 Width = 12 Height = 21 Associate = HeightBox Min = 8 Max = 48 Position = 8 TabOrder = 6 Wrap = False end object MUpDown: TUpDown Left = 124 Top = 56 Width = 12 Height = 21 Associate = BombBox Min = 0 Position = 0 TabOrder = 7 Wrap = False end end